Caption = "The property named Period is used to set the amount of time in milliseconds that the joystick driver uses for checking position and button status. The other properties should be more-or-less obvious. You can expirement by setting Capture to True in the Properties Window and changing/observing the other properties. Good Luck!"
Height = 765
Left = 210
TabIndex = 9
Top = 4140
Width = 7785
End
Begin Label Label5
Caption = "Joystick_ButtonUp( Button As Integer )"
Height = 285
Left = 360
TabIndex = 8
Top = 3720
Width = 6795
End
Begin Label Label4
Caption = "Joystick_ButtonDown( Button As Integer )"
Height = 285
Left = 360
TabIndex = 7
Top = 3300
Width = 6705
End
Begin Label Label2
Caption = "Joystick_Move( X As Integer, Y As Integer, Z As Integer)"
Height = 285
Left = 360
TabIndex = 6
Top = 2880
Width = 6675
End
Begin Label Label1
Caption = "Once the joystick has been captured there are three events that may be generated:"
Height = 285
Index = 2
Left = 240
TabIndex = 5
Top = 2460
Width = 7755
End
Begin Label Label1
Caption = "Before the control will generate events, or update the position properties you must enable it by setting Capture to True. Press the following button to set Capture to True/False. "
Height = 495
Index = 1
Left = 210
TabIndex = 3
Top = 1470
Width = 7815
End
Begin Label Label1
Caption = "Joystick.Vbx contains a fully functional joystick control. Using this control you can easily respond to joystick movements and button presses."